body
{
    background-color: cadetblue;
	font-family:Arial;
	padding:0px;
	margin:0px;
	width:100%;
}
header
{
	margin:0px;
	height:auto;
	width:100%;
	position: fixed;
	top:0;
	z-index: 200;
    border-bottom-color: grey;
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
    background-color:cadetblue;
}

#logoImage
{
	height: 116px;
	float:left;
	margin-left: 30px;
	margin-top: 5px;	
}
#nav_container
{
	font-size: 20px;
	list-style-type: none;
	background-color: cadetblue;
	margin-top:0px;
	margin-bottom: 0px;
	text-align: right;
	padding-right: 30px;
	padding-top:10px;
	padding-bottom: 15px;    
}
#headerList
{
    display: inline;
	padding: 10px 15px;	
}

#header_link
{
    position:relative;
    text-decoration:none;
    color: white;
	padding:0px;
}
#header_link:hover
{
	color:black;
}
#header_link:before
{
	content: "";
  	position: absolute;
  	width: 100%;
  	height: 2px;
  	bottom: 0;
  	left: 0;
	
  	background-color: black;
  	visibility: hidden;
  	-webkit-transform: scaleX(0);
 	transform: scaleX(0);
  	-webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
}
#header_link:hover:before
{
	visibility: visible;
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
}
#title1
{
    color:black;
    font-size: 27px;
    font-weight: 900;
    font-stretch: 100%;
    letter-spacing: -2.7px;
    font-size: 40px;
    width:50%;
    margin-top:188px;
    margin-left:auto;
    margin-right: auto;
    text-align: center;
}
.textOne
{
    
    font-size: 22px;
    font-weight: 550;
    font-stretch: 100%;
    letter-spacing:-1px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    
     
}
#selectedLang{
    color:black;
}
#nonselectedLang{
    color:lightgrey;
}
#switchContainer
{
    width: 100%;
    height: auto;
    text-align: right;
    padding-top: 10px;
}
#phonefull
{
    width: 100%;
    text-align: right;
}
#phoneContainer
{
   display: inline-block;
    width:15%;
    text-align: right;
    margin-top: 5px;
    
}
#imagePhone
{
    width: 10%;
    float:left;
}
#num
{
    color: white;
    font-size: 1.7vw;
    font-weight: 550;
    font-stretch: 100%;
    letter-spacing:-1px;
    text-align: center;
   
    float:right;
    width: 90%;
}
.switch
{
     
    position:relative;
    display: inline-block;
    width: 50px;
    height:24px;
}
.switch input{
    opacity:0;
    width:0;
    height:0;
}

.slider{
    position: absolute;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: black;
    -webkit-transition:.4s;
    transition:.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition:.4s;
    transition: .4s;
}

input:checked + .slider {
    background: black;
}

input:focus +.slider {
    box-shadow: 0 0 1px black;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round{
    border-radius: 34px;
}
.slider.round:before{
    border-radius: 50%;
}



.fontOne
{
    color:black;
    font-size: 27px;
    font-weight: 500;
    font-stretch: 100%;
    letter-spacing: 0px;
    
    width:90%;
    margin-top:170px;
    margin-left:auto;
    margin-right: auto;
    text-align: center;
}

.fontTwo
{
    color:black;
    font-size: 27px;
    font-weight: 700;
    font-stretch: 100%;
    letter-spacing: 0px;
    
    width:90%;
    margin-top:30px;
    margin-left:auto;
    margin-right: auto;
    text-align: center;
}
.fontThreeBold
{
   color:black;
    font-size: 20px;
    font-weight: 550;
    font-stretch: 100%;
    letter-spacing: 0px;
   
    margin-top:20px;
    margin-left:auto;
    margin-right: auto;
    text-align:left; 
    width:50%;
}
.fontThreeBoldUnder
{
   color:black;
    width:80%;
    font-size: 30px;
    font-weight: 550;
    font-stretch: 100%;
    letter-spacing: 0px;
   
    margin-top:30px;
    margin-bottom: 30px;
    margin-left:auto;
    margin-right: auto;
    text-align:left; 
}

.fontFour
{
   color:black;
    font-size: 20px;
    font-weight: 400;
    font-stretch: 100%;
    letter-spacing: 0px;
   
    margin-top:5px;
    margin-left:auto;
    margin-right: auto;
    text-align:left; 
    width:50%;
}
.fontFourLink
{
   color:darkblue;
    font-size: 20px;
    font-weight: 400;
    font-stretch: 100%;
    letter-spacing: 0px;
    margin-top:5px;
    margin-left:auto;
    margin-right: auto;
    
    text-align:left;
    width:50%;
}
#crisisContainer
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: white;
    overflow: auto;
    
}
#imageMission
{
    width:100%;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    
}
#imageMissionContainer
{
    width:100%;
    text-align: center;
    position: relative;
}
#todayseal
{
    
    position: absolute;
    right:20px;
    top:40px;
   
    
}
#helpContainer
{
    background-color: cadetblue;
    opacity: .8;
    color:black;
    width: 25%;
    
    position:fixed;
    z-index: 200;
    right:0%;
    bottom:0%;
    visibility: hidden;
    margin-right: 20px;
    padding: 20px;
    border-width: 1px;
    border-color: grey;
    border-style: solid;
    border-bottom-width: 0px;
    
  
    
}
#questionContainer
{
    color:black;
    font-size: 1.5vw;
    font-weight: 530;
    font-stretch: 100%;
    letter-spacing: 0px;
    visibility: hidden;
    text-align: center;
    
}
#responseContainer
{
    width: 100%;
    margin-top: 1vw;
    visibility: hidden;
    margin-bottom:1vh;
}
#choiceOneContainer
{
    width:50%;
    float: left;
    text-align: center;
    visibility: hidden;
   
}
#choiceTwoContainer
{
    width:50%;
    float: right;
    text-align: center;
    visibility: hidden;
    
}
#crisisButtonOne
{
    padding:.5vw 2.6vw;
    background-color: black;
    text-decoration: none;
    border: 0px;
    color:white;
    font-size: 1.5vw;
    font-weight: 530;
    font-stretch: 100%;
    letter-spacing: 0px;
    visibility: hidden;
}
#crisisButtonTwo
{
    padding:.5vw 2.6vw;
    background-color: black;
    text-decoration: none;
    border: 0px;
    color:white;
    font-size: 1.5vw;
    font-weight: 530;
    font-stretch: 100%;
    letter-spacing: 0px;
    visibility: hidden;
}
#introTitle
{
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    margin-top: 35px;
    color: forestgreen;
    font-weight: 700;
    font-stretch: 100%;
    letter-spacing: -1.7px;
    
}
#introContainer
{
    text-align: center;
    width:100%;
    margin-top: 0px;
    display: inline-block;
   overflow:auto;
    background-color: white;
    
}
#intro
{
    color:black;
    font-size: 20px;
    font-weight: 500;
    font-stretch: 100%;
    letter-spacing: 0px;
    
    width:90%;
    margin-top:15px;
    margin-left:auto;
    margin-right: auto;
    
}
#greenfont
{
    color:forestgreen;
    font-size: 20px;
    font-weight: 600;
    font-stretch: 100%;
    letter-spacing: 0px;
    margin-left:auto;
    margin-right: auto;
    width: 90%;
}
#imageIntro
{
    width:50%;
    float:left;
  
    
}
#icontainer
{
   width:50%;
    float:right;
    background-color: white;
    
}
#quoteContainer
{
    width: 90%;
    margin-bottom: 80px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.fontSerious
{
    color:white;
    font-family: 'Righteous',cursive;
    font-size:40px;
    font-weight:normal;
    line-height: 60px;
    margin: 10px 0 20px;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #000;
    margin: 10px 0 24px;
    text-align: center;
}
.fontReg
{
    font-size: 3vw;
    font-weight: 750;
    font-stretch: 100%;
    letter-spacing: -1.7px;
    color: white;
    text-transform: uppercase;
}
.fontReg2
{
    font-size: 3vw;
    font-weight: 750;
    font-stretch: 100%;
    letter-spacing: -1.7px;
    color: white;
    text-transform: uppercase;
    width:80%;
    margin-left: auto;
    margin-right: auto;
}
#conLink
{
   width:50%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
#containerlocation
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: right;
}
.fontFourBoldUnder
{
   color:black;
    width:80%;
    font-size: 25px;
    font-weight: 500;
    font-stretch: 100%;
    letter-spacing: 0px;
    
    margin-top:2px;
    margin-left:auto;
    margin-right: auto;
    text-align:right; 
}

/********************************************************************/
/********************************************************************/
/*Start of Social Media Icon List Styling*/
#socials_container
{
    /*This width is to align with the outehr container of contact info above which is 80% as well*/
    width:80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    background-color: #2196F3;
}
#social_icon_list_container
{
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 10%;
    margin: 0;
    padding: 0;
    float: right;
}
.social_icon__list_item
{
    display: block;
    flex: 0 1 auto; 
    list-style-type: none;
}
.social_icon_image
{
   display: block;
   /*
   Here it will make the icon image bigger but its limited by the width of #icon_container
   Be aware that the icons will be smaller if you add to the list without making changes to css so
   when adding another icon probably see what it looks like first then mess with css
   */
   width:70%; 
   float:right;
   
}

/* End of Social Media Icon list Styling */
/********************************************************************/
/********************************************************************/


#cite
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    
    font-weight: 750;
    font-stretch: 100%;
    letter-spacing: -1.7px;
    color: white;
}
#endBar
{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    font-size:1vw;
}
#imageIntrotwo
{
    width:100%;
  
  
    
}

#upcoming_events_container
{
    width:100%;
    text-align: center;
    margin-left: auto;
    margin-right:auto;
    background-color: lightgrey;
    overflow: auto;
   
}
#link_to_events
{
    overflow: auto;
    text-decoration: none;
    color:blue;
    font-size:1.3vw
   
}
#link_to_events:hover
{
    color:cadetblue;

}
#link_container
{
    margin-top: 10px;
    margin-bottom: 10px;
}
#resources_container
{
    width:80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: cadetblue;
    padding-bottom: 100px;
}
#resources_title
{
    width:100%;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}
#resources_paragraph
{
    font-size: 30px;
}
#iocdf_link_container
{
    width:100%;
    text-align: center;
}
#iocdf_link
{
    font-size: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
#iocdf_image
{
    width:300px;
    display: block;
    background-color: white;
    padding: 20px;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
   
}
@media only screen and (max-device-width:900px)
{
    #link_to_events
    {
    
   
    }
 
}

